Information about plays

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

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

{
    "id": 2674764,
    "uri": "https://api.kexp.org/v2/plays/2674764/?format=api",
    "airdate": "2019-12-18T04:15:23-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night",
    "track_id": "99770888-77fe-4f77-b381-e229551ef02b",
    "recording_id": null,
    "artist": "Zola Jesus",
    "artist_ids": [
        "c35bd778-efb5-424b-ba7b-dae56d01a206"
    ],
    "album": "Versions",
    "release_id": "57ab43b1-7d5f-44f6-9455-1614847b4ca5",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2013-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the end of the night I can feel your warmth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}