Information about plays

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

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

{
    "id": 379212,
    "uri": "https://api.kexp.org/v2/plays/379212/?format=api",
    "airdate": "2019-09-10T16:48:26-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/4528115695-250.jpg",
    "thumbnail_uri": "",
    "song": "Solitude Is Bliss",
    "track_id": "4c6976a9-786e-31af-8e3d-64701952a331",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you or someone you know is in crisis\nand needs immediate help, call the toll-free, 24-hour hotline of the\nNational Suicide Prevention Lifeline at 1-800-273-TALK (1-800-273-8255)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}