Information about plays

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

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

{
    "id": 378676,
    "uri": "https://api.kexp.org/v2/plays/378676/?format=api",
    "airdate": "2019-09-09T09:21:38-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb22086e-8345-4cd2-8095-e364c885f85d/12841690323-250.jpg",
    "thumbnail_uri": "",
    "song": "Summertime Rolls",
    "track_id": "3a450ca2-0e59-495d-8cb1-39862b471d2b",
    "recording_id": null,
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": "eb22086e-8345-4cd2-8095-e364c885f85d",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}