Information about plays

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

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

{
    "id": 421738,
    "uri": "https://api.kexp.org/v2/plays/421738/?format=api",
    "airdate": "2001-05-06T13:42:51-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music Box",
    "track_id": "99ceb272-b268-4fc3-bde5-1cd195e21290",
    "recording_id": null,
    "artist": "Native Force",
    "artist_ids": [
        "b1020a53-5695-4e77-887e-3f528df6ea1b"
    ],
    "album": "Compost Community",
    "release_id": "4f196ce4-0aa1-452a-bb0a-b9721c121175",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2001-02-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}