Information about plays

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

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

{
    "id": 2682217,
    "uri": "https://api.kexp.org/v2/plays/2682217/?format=api",
    "airdate": "2020-01-04T22:48:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m the One",
    "track_id": "3128ef62-7d6d-4ca9-9abf-297146a69a00",
    "recording_id": null,
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Loose Nut",
    "release_id": "6fecc954-3dac-4977-94aa-b80b5662e409",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}