Information about plays

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

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

{
    "id": 374608,
    "uri": "https://api.kexp.org/v2/plays/374608/?format=api",
    "airdate": "2019-08-30T20:11:21-07:00",
    "show": 6232,
    "show_uri": "https://api.kexp.org/v2/shows/6232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connected",
    "track_id": "234a0681-1eea-33df-b35d-22288dd96e77",
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Connected",
    "release_id": "11ed3dd1-8efa-4c40-81b3-e3e2801f6e49",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1993-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}