Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/530575/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 530575,
    "uri": "https://api.kexp.org/v2/plays/530575/?format=api",
    "airdate": "2002-03-24T09:03:00-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eBop3sUAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eBop3sUAL._SL75_.jpg",
    "song": "Have You Ever Loved a Woman",
    "track_id": "99e82cc0-b49e-4fa4-b107-e4b9b55d8709",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "The Best of Lightning Hopkins",
    "release_id": "9fc1cead-a2c3-4624-b30f-dff496c18d85",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}