Information about plays

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

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

{
    "id": 462746,
    "uri": "https://api.kexp.org/v2/plays/462746/?format=api",
    "airdate": "2001-09-04T11:33:45-07:00",
    "show": 7858,
    "show_uri": "https://api.kexp.org/v2/shows/7858/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Performer",
    "track_id": "249ea895-97b6-403f-99ab-4459feba826f",
    "recording_id": null,
    "artist": "Mike Johnson",
    "artist_ids": [
        "842226e0-fc89-468d-95c7-1e1cca0db944"
    ],
    "album": "I Feel Alright",
    "release_id": "d44895cc-f454-4bc5-8b63-f749e757a333",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "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"
}