Information about plays

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

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

{
    "id": 379233,
    "uri": "https://api.kexp.org/v2/plays/379233/?format=api",
    "airdate": "2019-09-10T17:50:28-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/7eb0dd9e-829a-4b3c-a748-9e424eae1bc9/14379176578-250.jpg",
    "thumbnail_uri": "",
    "song": "Rivers and Roads",
    "track_id": "b6c1e85e-30a3-30e5-a12c-f6df210bcad4",
    "recording_id": null,
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "The Head and the Heart",
    "release_id": "7eb0dd9e-829a-4b3c-a748-9e424eae1bc9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-04-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you to the listener who shared their powerful story about their mother's suicide attempt. Sending love and healing to you and your family.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}