Information about plays

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

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

{
    "id": 342611,
    "uri": "https://api.kexp.org/v2/plays/342611/?format=api",
    "airdate": "2019-06-17T15:41:50-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b612010-7f04-40e5-aced-01b909b202ba/13202108986-250.jpg",
    "thumbnail_uri": "",
    "song": "Patience",
    "track_id": "98d0f884-7d8b-478e-8a01-fd2c4e7b8909",
    "recording_id": null,
    "artist": "Shovels & Rope with The Milk Carton Kids",
    "artist_ids": [
        "7f426331-11c0-4c66-aec1-719abe5dd86f"
    ],
    "album": "Busted Jukebox: Volume 1",
    "release_id": "5b612010-7f04-40e5-aced-01b909b202ba",
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2015-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a full performance from Shovels & Rope on KEXP from our YouTube page: https://www.youtube.com/watch?v=95COmsGKdkk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}