Information about plays

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

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

{
    "id": 2675618,
    "uri": "https://api.kexp.org/v2/plays/2675618/?format=api",
    "airdate": "2019-12-19T23:40:00-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time Is Here (instrumental)",
    "track_id": "cd96aefa-1b5a-460a-89b3-6b688f29dfeb",
    "recording_id": null,
    "artist": "Vince Guaraldi Trio",
    "artist_ids": [
        "744b52c8-509b-4451-abfd-a17d18d4bd1d"
    ],
    "album": "A Charlie Brown Christmas",
    "release_id": "a7b21665-b391-463d-92ca-235bc138514d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}