Information about plays

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

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

{
    "id": 380748,
    "uri": "https://api.kexp.org/v2/plays/380748/?format=api",
    "airdate": "2019-09-14T10:39:29-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "French Connection",
    "track_id": null,
    "recording_id": null,
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "History Says",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [
        "2731799c-e5ce-42a4-ae9c-56edebcc069c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle based reggae veteran Clinton Fearon is back with brand new album  “History Says”, his 12th solo album that will celebrate his 50 years as a professional musician https://clinton-fearon.bandcamp.com/album/history-say",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}