Information about plays

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

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

{
    "id": 346000,
    "uri": "https://api.kexp.org/v2/plays/346000/?format=api",
    "airdate": "2019-06-25T14:34:15-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light It Up (Let It Burn)",
    "track_id": "bd1e446b-2281-4e67-8f70-c3f57f034bae",
    "recording_id": null,
    "artist": "Pickwick",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c"
    ],
    "album": "LoveJoys",
    "release_id": "f0cd3738-945d-4993-a78b-ee94e0792818",
    "release_group_id": null,
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [
        "48facae9-4271-497f-bdb1-b79fc98e5cbb"
    ],
    "release_date": "2017-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Seattle band Pickwick performing live on KEXP: https://youtu.be/lVDAejOFCr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}