Information about plays

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

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

{
    "id": 425377,
    "uri": "https://api.kexp.org/v2/plays/425377/?format=api",
    "airdate": "2001-05-17T13:17:08-07:00",
    "show": 7136,
    "show_uri": "https://api.kexp.org/v2/shows/7136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DcSld1SvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DcSld1SvL._SL75_.jpg",
    "song": "Black Snake Moan",
    "track_id": "ec4a6e4f-82b8-4cca-8c17-60b5940631f4",
    "recording_id": null,
    "artist": "Jimmie Dale Gilmore",
    "artist_ids": [
        "631b4595-2539-43cb-b3f5-57794ed2aff2"
    ],
    "album": "Braver Newer World",
    "release_id": "a1d7b5ab-c527-4bbb-ae42-9dabbe61f76b",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1996-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}