Information about plays

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

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

{
    "id": 2677680,
    "uri": "https://api.kexp.org/v2/plays/2677680/?format=api",
    "airdate": "2019-12-24T21:21:00-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Little Drum Machine Boy",
    "track_id": "e53f1baf-8c0e-3703-8741-33bf54cebcd9",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Select Magazine: Beck",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Select Magazine"
    ],
    "label_ids": [
        "e183ae23-030e-4722-80cc-ac24d20ad640"
    ],
    "release_date": "1997-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}