Information about plays

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

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

{
    "id": 374169,
    "uri": "https://api.kexp.org/v2/plays/374169/?format=api",
    "airdate": "2019-08-29T20:44:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Southern Bell",
    "track_id": "c7c0784a-7812-4458-8786-c761b2dc6156",
    "recording_id": null,
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Banshee",
    "release_id": "5a384a9c-5034-4c66-b86c-33c54b628ba6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}