Information about plays

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

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

{
    "id": 494653,
    "uri": "https://api.kexp.org/v2/plays/494653/?format=api",
    "airdate": "2001-12-08T10:52:00-08:00",
    "show": 8481,
    "show_uri": "https://api.kexp.org/v2/shows/8481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful",
    "track_id": "27f6da88-a3ba-4e77-bdbe-0d590819302f",
    "recording_id": null,
    "artist": "Bunny Clarke",
    "artist_ids": [
        "ea63433f-94d5-4788-8bda-3d96d6c3f15c"
    ],
    "album": "Lee Perry & Friends: Shocks of Mighty (1969-74)",
    "release_id": "6fa9240b-298e-4f40-a633-8c0451e336bd",
    "release_group_id": null,
    "labels": [
        "Attack"
    ],
    "label_ids": [
        "a56f4dcb-b28f-4502-9efc-6a80ab4cf213"
    ],
    "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"
}