Information about plays

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

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

{
    "id": 421321,
    "uri": "https://api.kexp.org/v2/plays/421321/?format=api",
    "airdate": "2001-05-04T22:40:00-07:00",
    "show": 7052,
    "show_uri": "https://api.kexp.org/v2/shows/7052/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uncle Silas",
    "track_id": "16ce4738-bb00-4366-8878-8c92aec57b48",
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "In a Glass Darkly",
    "release_id": "26d1f0c0-0ad9-45a9-a203-e58d19360b18",
    "release_group_id": null,
    "labels": [
        "A Hidden Agenda"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}