Information about plays

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

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

{
    "id": 416135,
    "uri": "https://api.kexp.org/v2/plays/416135/?format=api",
    "airdate": "2001-04-18T18:42:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S7nTg-5lL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S7nTg-5lL._SL75_.jpg",
    "song": "Holy Cow",
    "track_id": "eade6844-4405-4e73-bfc3-f2110b265362",
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Holy Cow: The Very Best of Lee Dorsey",
    "release_id": "86ffd096-aec4-41aa-9fc5-0f941d285d4a",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}