Information about plays

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

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

{
    "id": 2677943,
    "uri": "https://api.kexp.org/v2/plays/2677943/?format=api",
    "airdate": "2019-12-25T12:49:33-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is a Monster",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeff Hershey and The Heartbeats",
    "artist_ids": [
        "fdb80df3-5a78-4adf-b2ab-bddb94809f59"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundflat Records"
    ],
    "label_ids": [
        "8a88586e-2494-4c1d-9668-45846c0ccc85"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}