Information about plays

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

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

{
    "id": 534831,
    "uri": "https://api.kexp.org/v2/plays/534831/?format=api",
    "airdate": "2002-04-05T05:07:55-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foto Viva",
    "track_id": "f5b37a8c-2132-4a39-a881-a02158004aed",
    "recording_id": null,
    "artist": "Mo’ Horizons",
    "artist_ids": [
        "81b96954-da0d-4d8f-a7fa-cbc77ae88a34"
    ],
    "album": "World Lounge",
    "release_id": "de7a90e2-166e-405c-af8d-83a79f2ca35d",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2002-04-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}