Information about plays

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

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

{
    "id": 373913,
    "uri": "https://api.kexp.org/v2/plays/373913/?format=api",
    "airdate": "2019-08-29T08:55:06-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Screenwriter's Blues (clean radio edit)",
    "track_id": "318a867e-4161-415f-904a-2cacdd786bca",
    "recording_id": null,
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Screenwriter's Blues",
    "release_id": "87cfe963-f297-4c99-84fb-17b6809650a4",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Matthew Chandler's “Soundtrack to a Fake Movie” mix here on Mixtape Week | And the radioman says Rock and Roll lives!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}