Information about plays

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

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

{
    "id": 372255,
    "uri": "https://api.kexp.org/v2/plays/372255/?format=api",
    "airdate": "2019-08-25T18:10:00-07:00",
    "show": 6202,
    "show_uri": "https://api.kexp.org/v2/shows/6202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motown Medley I",
    "track_id": null,
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [],
    "album": "Live at the London Palladium",
    "release_id": "b64a0402-c79f-447e-b2d1-95a5142b77cb",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}