Information about plays

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

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

{
    "id": 2677940,
    "uri": "https://api.kexp.org/v2/plays/2677940/?format=api",
    "airdate": "2019-12-25T12:40:35-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Praying for a Cheaper Christmas",
    "track_id": "e20166d2-2175-3605-8c0e-b906fdece19a",
    "recording_id": null,
    "artist": "Swinging Buildings",
    "artist_ids": [
        "ecf0267b-7779-47d3-bbdf-e00084e0aad8"
    ],
    "album": "Ghosts of Christmas Past",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LTM"
    ],
    "label_ids": [
        "2980ca2b-244d-40ee-b015-5519a3ad7a4c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}