Information about plays

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

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

{
    "id": 379308,
    "uri": "https://api.kexp.org/v2/plays/379308/?format=api",
    "airdate": "2019-09-10T22:34:24-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kingdoms of Rain",
    "track_id": "be263ed1-b17a-4f67-9afa-551b9780a2ba",
    "recording_id": null,
    "artist": "Soulsavers",
    "artist_ids": [
        "718d45b2-7b8f-4cdc-85a8-26aa01d99bd7"
    ],
    "album": "It’s Not How Far You Fall, It’s the Way You Land",
    "release_id": "954d749f-6722-42a8-afd6-1ad660755c2f",
    "release_group_id": null,
    "labels": [
        "V2 Records International Ltd."
    ],
    "label_ids": [
        "af2985a6-6c2b-4c1a-bd09-855f4148c061"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}