Information about plays

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

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

{
    "id": 533239,
    "uri": "https://api.kexp.org/v2/plays/533239/?format=api",
    "airdate": "2002-03-31T17:15:29-08:00",
    "show": 9236,
    "show_uri": "https://api.kexp.org/v2/shows/9236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'53 Maserati",
    "track_id": "ab0a6cba-ac05-4e9e-9e76-81cb2629cb84",
    "recording_id": null,
    "artist": "Bobby Previte & Bump",
    "artist_ids": [
        "3963ca8f-318d-4ea3-844b-a33c13d04a9c"
    ],
    "album": "Just Add Water...",
    "release_id": "6b881da7-1b18-4ae8-b7c8-f5437b9b1cb7",
    "release_group_id": null,
    "labels": [
        "Palmetto"
    ],
    "label_ids": [
        "e705e24d-a23b-44ab-bef8-9414c7334e3c"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}