Information about plays

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

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

{
    "id": 2677964,
    "uri": "https://api.kexp.org/v2/plays/2677964/?format=api",
    "airdate": "2019-12-25T13:47:21-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogaloo Santa Claus",
    "track_id": "b894d40a-77e2-3a9b-85e2-d92fdda5b9a8",
    "recording_id": null,
    "artist": "J.D. McDonald",
    "artist_ids": [
        "5c1baa83-cc0b-48d0-aa56-e47c0f3ddc44"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New Breed"
    ],
    "label_ids": [
        "121917d6-4d60-4c04-a644-40f32031edfd"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}