Information about plays

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

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

{
    "id": 373885,
    "uri": "https://api.kexp.org/v2/plays/373885/?format=api",
    "airdate": "2019-08-29T07:07:37-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Back World",
    "track_id": "acb90afc-ec54-48b5-87e5-ee944587fe2f",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Come Back World",
    "release_id": "0dc580db-4a95-4c74-8285-9133b313dfad",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the forthcoming new solo album from Joseph Arthur, which will also feature Ben Harper, Patrick Carney, Jesse Malin and Greg Dulli. <i>Come Back World</i> arrives on October 11th: https://www.roughtrade.com/us/joseph-arthur/come-back-world/lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}