Information about plays

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

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

{
    "id": 2683095,
    "uri": "https://api.kexp.org/v2/plays/2683095/?format=api",
    "airdate": "2020-01-07T03:37:49-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Test I Passed",
    "track_id": "b6a65575-3ea3-4728-8976-b17dcec5d90c",
    "recording_id": null,
    "artist": "Blue Hawaii",
    "artist_ids": [
        "1a151a4b-b482-4358-b19c-30653e7b9dc4"
    ],
    "album": "Remember When",
    "release_id": "8d7c48c4-613d-4ee3-94a8-eedb05c2e5da",
    "release_group_id": null,
    "labels": [
        "Arbutus Records"
    ],
    "label_ids": [
        "05f3843b-fe2e-41f6-b97e-101449b8453c"
    ],
    "release_date": "2020-01-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Hawaii's latest album, Open Reduction Internal Fixation, came out October 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}