Information about plays

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

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

{
    "id": 533333,
    "uri": "https://api.kexp.org/v2/plays/533333/?format=api",
    "airdate": "2002-03-31T22:54:04-08:00",
    "show": 9239,
    "show_uri": "https://api.kexp.org/v2/shows/9239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Julian's Ballad",
    "track_id": "a2e785cc-5c95-48bb-b0fd-30f95845164e",
    "recording_id": null,
    "artist": "Wayne Horvitz",
    "artist_ids": [
        "1c91fc05-2a4e-4ac9-a54f-a3cd17ab0b5d"
    ],
    "album": "Sweeter Than The Day",
    "release_id": "6841919d-3241-449a-bccf-c113a62dd830",
    "release_group_id": null,
    "labels": [
        "Songlines"
    ],
    "label_ids": [
        "41f10f84-2716-44d2-83e2-b3657aafe462"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}