Information about plays

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

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

{
    "id": 461946,
    "uri": "https://api.kexp.org/v2/plays/461946/?format=api",
    "airdate": "2001-09-01T21:45:00-07:00",
    "show": 7842,
    "show_uri": "https://api.kexp.org/v2/shows/7842/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakin' Out",
    "track_id": "a10de9a9-d12d-40fb-b8be-750500f49269",
    "recording_id": null,
    "artist": "Inland Knights",
    "artist_ids": [
        "e60b42d5-1c0a-4e4b-a66d-43fc6ea65058"
    ],
    "album": "Understanding EP",
    "release_id": "5eb227bd-b653-43e7-97b6-1fa2a1d5ee69",
    "release_group_id": null,
    "labels": [
        "Vista"
    ],
    "label_ids": [],
    "release_date": "2001-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}