Information about plays

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

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

{
    "id": 374463,
    "uri": "https://api.kexp.org/v2/plays/374463/?format=api",
    "airdate": "2019-08-30T12:35:52-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/e270a453-a6c5-4bbc-91d7-5e4378e7d08c/2500642993-250.jpg",
    "thumbnail_uri": "",
    "song": "The Rooster Moans",
    "track_id": "7ada56e7-6f55-3044-aef2-73946028dc9e",
    "recording_id": null,
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "The Creek Drank the Cradle",
    "release_id": "e270a453-a6c5-4bbc-91d7-5e4378e7d08c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2002-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron & Wine performed live on KEXP back in 2017. See it here: https://www.youtube.com/watch?v=XSlFGRWxDM8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}