Information about plays

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

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

{
    "id": 353507,
    "uri": "https://api.kexp.org/v2/plays/353507/?format=api",
    "airdate": "2019-07-12T14:38:51-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Legend Has It",
    "track_id": "fb65dba8-3ed4-408a-9a08-7f282a8b6182",
    "recording_id": null,
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels 3",
    "release_id": "513b534a-8145-4ed1-9c20-d4090105fb3d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El-P and Killer Mike live on KEXP: https://www.youtube.com/watch?v=C8zQHaIPzVw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}