Information about plays

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

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

{
    "id": 532837,
    "uri": "https://api.kexp.org/v2/plays/532837/?format=api",
    "airdate": "2002-03-30T09:45:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Crowning of Prince Jammy",
    "track_id": "6abe3e20-493e-4666-b655-fe9e094a97ce",
    "recording_id": null,
    "artist": "Prince Jammy ",
    "artist_ids": [
        "7d2f071d-ffa4-4ce7-bea2-0685374c1b2a"
    ],
    "album": "The Crowning of Prince Jammy",
    "release_id": "a897d60f-ffff-4b8f-879a-05606abeb42f",
    "release_group_id": null,
    "labels": [
        "Jammy's"
    ],
    "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"
}