Information about plays

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

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

{
    "id": 424023,
    "uri": "https://api.kexp.org/v2/plays/424023/?format=api",
    "airdate": "2001-05-13T14:39:00-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Go Go (video edit)",
    "track_id": "a6ed57b3-2805-401b-a945-529ac5f3de3b",
    "recording_id": null,
    "artist": "Trüby Trio",
    "artist_ids": [
        "b2cfebaa-0e1a-423f-b0c2-4b2ce65c6523"
    ],
    "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"
}