Information about plays

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

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

{
    "id": 430844,
    "uri": "https://api.kexp.org/v2/plays/430844/?format=api",
    "airdate": "2001-06-03T09:10:35-07:00",
    "show": 7245,
    "show_uri": "https://api.kexp.org/v2/shows/7245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No",
    "track_id": "4771bdbf-1f47-4a0e-af09-42211f9b454d",
    "recording_id": null,
    "artist": "Charlie Musselwhite",
    "artist_ids": [
        "034c320b-0f58-4eca-8eb2-66cafac06b3b"
    ],
    "album": "Continental Drifter",
    "release_id": "f3eb200e-f9ab-4ac1-b562-61660fe3c41c",
    "release_group_id": null,
    "labels": [
        "Pointblank"
    ],
    "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"
}