Information about plays

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

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

{
    "id": 2678098,
    "uri": "https://api.kexp.org/v2/plays/2678098/?format=api",
    "airdate": "2019-12-25T20:04:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas Baby",
    "track_id": "14f0903b-e8d7-316b-9a90-13c0bd6331dc",
    "recording_id": null,
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "Sound of Christmas",
    "release_id": "cf05b7a1-8000-41ad-85f9-df443761d2b5",
    "release_group_id": null,
    "labels": [
        "Argo"
    ],
    "label_ids": [
        "bb9a014f-e627-47ef-97c2-81431ce26f97"
    ],
    "release_date": "1961-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's have one last xmas video from Ramsey tonight, “I’ll Be Home for Christmas”, from 2010: https://www.youtube.com/watch?v=gv3Vn_0bDP8 ; https://www.facebook.com/RamseyLewisJazz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}