Information about plays

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

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

{
    "id": 517940,
    "uri": "https://api.kexp.org/v2/plays/517940/?format=api",
    "airdate": "2002-02-14T23:01:00-08:00",
    "show": 8934,
    "show_uri": "https://api.kexp.org/v2/shows/8934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PR1DMKNNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PR1DMKNNL._SL75_.jpg",
    "song": "Mary J Blues",
    "track_id": "c6ac1345-f201-411f-919d-501987eca78c",
    "recording_id": null,
    "artist": "Sekou Sundiata",
    "artist_ids": [
        "20c0058b-e353-4a04-b971-d9fa902dc0bd"
    ],
    "album": "Longstoryshort",
    "release_id": "1df6c81f-8c67-4e49-baf0-12e9406bbe2f",
    "release_group_id": null,
    "labels": [
        "Righteous Babe Records"
    ],
    "label_ids": [
        "9d1ac05c-138a-41d4-a869-59364e81759c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}