Information about plays

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

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

{
    "id": 419359,
    "uri": "https://api.kexp.org/v2/plays/419359/?format=api",
    "airdate": "2001-04-29T09:38:24-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ESXCK79EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ESXCK79EL._SL75_.jpg",
    "song": "Give Me Central 209",
    "track_id": "3ac2bf9d-e526-46e6-b5c3-b561d599eead",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Mojo Hand: The Anthology",
    "release_id": "7ab9a5ef-5053-4e83-9dc5-fd994d233e06",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}