Information about plays

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

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

{
    "id": 369656,
    "uri": "https://api.kexp.org/v2/plays/369656/?format=api",
    "airdate": "2019-08-20T00:05:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Music",
    "track_id": "1ab93580-7d69-3927-87d5-b211ffe5b256",
    "recording_id": null,
    "artist": "Timbaland & Magoo",
    "artist_ids": [
        "a692b7dc-0420-4d00-8b31-1d3773d44116"
    ],
    "album": "Indecent Proposal",
    "release_id": "47cfdf45-b4bb-488f-8a2c-d1221dece527",
    "release_group_id": null,
    "labels": [
        "Blackground Records"
    ],
    "label_ids": [
        "a7026456-7f7f-49c8-83a5-a5fde9eac30b"
    ],
    "release_date": "2001-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}