Information about plays

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

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

{
    "id": 2677698,
    "uri": "https://api.kexp.org/v2/plays/2677698/?format=api",
    "airdate": "2019-12-24T22:33:02-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2am",
    "track_id": "9fe7128b-5d21-4d8f-b67e-604109156293",
    "recording_id": null,
    "artist": "Stephanie Anne Johnson & The Hidogs",
    "artist_ids": [
        "ac899176-dd9f-4885-b07a-871b807a57d4"
    ],
    "album": "Take This Love",
    "release_id": "aab637a5-c783-428d-be58-2d18acdfca0b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}