Information about plays

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

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

{
    "id": 350113,
    "uri": "https://api.kexp.org/v2/plays/350113/?format=api",
    "airdate": "2019-07-04T17:25:58-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ce6ef61-aeeb-436d-8051-1ab3eb856830/12913170331-250.jpg",
    "thumbnail_uri": "",
    "song": "Free Time",
    "track_id": "f42cd77a-34ac-45a8-b95c-5b17f88815cc",
    "recording_id": null,
    "artist": "TEEN",
    "artist_ids": [
        "820eacb5-f27c-4a61-8ec6-5147caaabf89"
    ],
    "album": "Love Yes",
    "release_id": "2ce6ef61-aeeb-436d-8051-1ab3eb856830",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}