Information about plays

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

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

{
    "id": 2680924,
    "uri": "https://api.kexp.org/v2/plays/2680924/?format=api",
    "airdate": "2020-01-01T18:36:06-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honky Tonkin'",
    "track_id": "b5494a85-4b59-3e06-8f02-0bc23080a65b",
    "recording_id": null,
    "artist": "Al Anderson",
    "artist_ids": [
        "c7f31e82-eaab-4c54-84b6-a2f57f311f3a"
    ],
    "album": "Al Anderson",
    "release_id": "41725705-72b5-4c81-8211-629febb11ffc",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead guitarist for NRBQ in the 1990s ; https://bigalanderson.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}