Information about plays

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

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

{
    "id": 2678043,
    "uri": "https://api.kexp.org/v2/plays/2678043/?format=api",
    "airdate": "2019-12-25T17:23:33-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Rap Party",
    "track_id": "8bd6014c-ab02-316b-8d2b-ebc4bb6203ac",
    "recording_id": null,
    "artist": "Super-Jay",
    "artist_ids": [
        "38867f3d-ffea-449b-8774-c5f5561d76cb"
    ],
    "album": "Santa's Rap Party",
    "release_id": "34949d94-7a61-4b71-aee2-ff9a33688b76",
    "release_group_id": null,
    "labels": [
        "Sound Of New York"
    ],
    "label_ids": [
        "cd3cdc58-dcd4-421c-b7e0-9c23f235ba02"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}