Information about plays

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

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

{
    "id": 357374,
    "uri": "https://api.kexp.org/v2/plays/357374/?format=api",
    "airdate": "2019-07-21T19:39:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cross Country",
    "track_id": "fe7aef13-24df-3e0d-9f71-1a97f6ee8833",
    "recording_id": null,
    "artist": "Archie Whitewater",
    "artist_ids": [
        "472c1266-b797-4160-97ab-ada2fa54e7c5"
    ],
    "album": "Archie Whitewater",
    "release_id": "24160bf4-95ed-4b40-b0d7-b9d211ea3d1c",
    "release_group_id": null,
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}