Information about plays

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

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

{
    "id": 355989,
    "uri": "https://api.kexp.org/v2/plays/355989/?format=api",
    "airdate": "2019-07-18T09:45:33-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day in Space",
    "track_id": "51b306ae-7730-3a78-836d-95347f4f7613",
    "recording_id": null,
    "artist": "ballboy",
    "artist_ids": [
        "8e07e48a-e711-4f77-8309-fa5e4c460d73"
    ],
    "album": "Club Anthems",
    "release_id": "84c461ae-f9be-4809-a1f7-0d3971fb31ed",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2002-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What better place could you go to than space? What's a better holiday than that?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}