Information about plays

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

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

{
    "id": 2682248,
    "uri": "https://api.kexp.org/v2/plays/2682248/?format=api",
    "airdate": "2020-01-04T23:42:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight War Not Wars",
    "track_id": "ed6ec132-045e-49e1-81a6-ef7b30b2d45a",
    "recording_id": null,
    "artist": "Anti",
    "artist_ids": [
        "019cdf80-f8fe-4b2e-ad34-a84285427848"
    ],
    "album": "I Don't Want to Die in Your War",
    "release_id": "e54965df-1dbf-46b3-90eb-5e172cf12a05",
    "release_group_id": null,
    "labels": [
        "New Underground Records"
    ],
    "label_ids": [
        "7224f52b-54eb-4952-b427-b943d4d4571f"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}