Information about plays

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

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

{
    "id": 463877,
    "uri": "https://api.kexp.org/v2/plays/463877/?format=api",
    "airdate": "2001-09-07T16:55:23-07:00",
    "show": 7877,
    "show_uri": "https://api.kexp.org/v2/shows/7877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely",
    "track_id": "5b7e58d8-1d8e-4e12-b611-a1b443e63330",
    "recording_id": null,
    "artist": "House of Freaks",
    "artist_ids": [
        "cd7be961-4394-402a-9ffb-737ad3750e7e"
    ],
    "album": "Invisible Jewel",
    "release_id": "67165b56-57f7-4aed-a3c4-aca86a6d2a20",
    "release_group_id": null,
    "labels": [
        "Brake Out Records"
    ],
    "label_ids": [
        "b86935c6-1641-4fc1-9c02-1296d2b74167"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}