Information about plays

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

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

{
    "id": 347620,
    "uri": "https://api.kexp.org/v2/plays/347620/?format=api",
    "airdate": "2019-06-28T23:27:43-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "http://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-250.jpg",
    "thumbnail_uri": "",
    "song": "New World Water",
    "track_id": "49b1051d-ab00-4d7a-824b-55ec58cd9c2f",
    "recording_id": null,
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "Black On Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}