Information about plays

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

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

{
    "id": 2675484,
    "uri": "https://api.kexp.org/v2/plays/2675484/?format=api",
    "airdate": "2019-12-19T17:56:48-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/917a723a-9449-4517-83be-1bc8a56ae64b/4607196039-250.jpg",
    "thumbnail_uri": "",
    "song": "I Want to Sing That Rock and Roll",
    "track_id": "acb79b8f-2ed0-3253-aa38-1f55e2d41520",
    "recording_id": null,
    "artist": "Gillian Welch",
    "artist_ids": [
        "2ff49515-1701-4bac-a53a-04345893f3f3"
    ],
    "album": "Time (The Revelator)",
    "release_id": "917a723a-9449-4517-83be-1bc8a56ae64b",
    "release_group_id": null,
    "labels": [
        "Acony Records"
    ],
    "label_ids": [
        "2cf5b679-cad4-442b-9a4d-2e474c13fb90"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}