Information about plays

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

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

{
    "id": 376025,
    "uri": "https://api.kexp.org/v2/plays/376025/?format=api",
    "airdate": "2019-09-03T14:08:26-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/a19027ed-e765-42e9-a8f3-9d715caf5ffb/23605196036-250.jpg",
    "thumbnail_uri": "",
    "song": "Gnarbone",
    "track_id": "ae774312-4800-42cd-98eb-d98718ee922f",
    "recording_id": null,
    "artist": "Penelope Isles",
    "artist_ids": [
        "4128f87a-cc9f-48b7-bb21-9c0804d362bf"
    ],
    "album": "Until the Tide Creeps In",
    "release_id": "a19027ed-e765-42e9-a8f3-9d715caf5ffb",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Penelope Isles will play the Crocodile on October 30th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}