Information about plays

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

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

{
    "id": 421536,
    "uri": "https://api.kexp.org/v2/plays/421536/?format=api",
    "airdate": "2001-05-05T16:55:42-07:00",
    "show": 7057,
    "show_uri": "https://api.kexp.org/v2/shows/7057/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Life (With Moving Parts)",
    "track_id": "99abd5a7-9517-499b-a131-baa16e2ad1ad",
    "recording_id": null,
    "artist": "Bluebird",
    "artist_ids": [
        "5490dc40-ac1c-4054-9daa-cc0da1ddb23d"
    ],
    "album": "The Two",
    "release_id": "cad54047-4514-4e4e-bf3f-d7cbb8c11754",
    "release_group_id": null,
    "labels": [
        "Pacifico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}