Information about plays

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

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

{
    "id": 2681469,
    "uri": "https://api.kexp.org/v2/plays/2681469/?format=api",
    "airdate": "2020-01-03T02:39:57-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frances Farmer Will Have Her Revenge On Seattle",
    "track_id": "91f05d6d-6ce8-471d-a210-def61a5aeed0",
    "recording_id": null,
    "artist": "FIDLAR",
    "artist_ids": [
        "6910222b-74c2-48fc-8c13-a6b88cc28fc0"
    ],
    "album": "Frances Farmer Will Have Her Revenge On Seattle",
    "release_id": "0bc73a88-c71f-4555-8c9b-7054143343d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}