Information about plays

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

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

{
    "id": 370795,
    "uri": "https://api.kexp.org/v2/plays/370795/?format=api",
    "airdate": "2019-08-22T10:32:01-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/d44f81d0-db75-4cea-bfd4-cfb6929a33f9/3310377548-250.jpg",
    "thumbnail_uri": "",
    "song": "While I'm Alive",
    "track_id": "73feaccb-8432-38bf-a7ef-345b96b69176",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Miracle Mile",
    "release_id": "d44f81d0-db75-4cea-bfd4-cfb6929a33f9",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2013-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for STRFKR this morning. Watch the video for \"While I'm Alive\" here: https://www.youtube.com/watch?v=VoX9WIM6OoY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}