Information about plays

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

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

{
    "id": 429491,
    "uri": "https://api.kexp.org/v2/plays/429491/?format=api",
    "airdate": "2001-05-30T05:07:03-07:00",
    "show": 7218,
    "show_uri": "https://api.kexp.org/v2/shows/7218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly",
    "track_id": "e14f1b8e-cc83-41b9-85f7-c009db45411b",
    "recording_id": null,
    "artist": "Ruby",
    "artist_ids": [
        "837a30e0-fe6f-4243-9519-ffbe4e970537"
    ],
    "album": "Short-Staffed at the Gene Pool",
    "release_id": "e56721a5-db81-47f6-b050-e5e1dab2c14b",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "2001-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}