Information about plays

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

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

{
    "id": 427451,
    "uri": "https://api.kexp.org/v2/plays/427451/?format=api",
    "airdate": "2001-05-24T02:56:28-07:00",
    "show": 7179,
    "show_uri": "https://api.kexp.org/v2/shows/7179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of Denial",
    "track_id": "eb5563d0-a5d8-49f7-9cf0-eb5d12bfd249",
    "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"
}