Information about plays

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

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

{
    "id": 496315,
    "uri": "https://api.kexp.org/v2/plays/496315/?format=api",
    "airdate": "2001-12-13T05:43:00-08:00",
    "show": 8512,
    "show_uri": "https://api.kexp.org/v2/shows/8512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Compound Elements",
    "track_id": "a1a2f647-239c-47f9-ab44-200fb53a4b6b",
    "recording_id": null,
    "artist": "Volume All*Star",
    "artist_ids": [
        "a80ee018-b3ca-45cd-9b05-f50194c827cc"
    ],
    "album": "Self-Connected Twice-Elected",
    "release_id": "5c548f65-c6b1-4685-93a3-62b326b13e21",
    "release_group_id": null,
    "labels": [
        "Team Slabco"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}