Information about plays

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

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

{
    "id": 2679700,
    "uri": "https://api.kexp.org/v2/plays/2679700/?format=api",
    "airdate": "2019-12-29T20:02:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My World",
    "track_id": "765cd898-7f8d-387b-b450-29db16605d17",
    "recording_id": null,
    "artist": "Lee Fields & The Expressions",
    "artist_ids": [
        "1a4c8b49-4a55-4299-b1c8-82e33e319f33"
    ],
    "album": "My World",
    "release_id": "72b09601-df16-4101-9eeb-e01443b00541",
    "release_group_id": null,
    "labels": [
        "Truth & Soul Records"
    ],
    "label_ids": [
        "317d48e3-7dc8-40da-a5c2-5cecfd018f04"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}