Information about plays

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

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

{
    "id": 2682752,
    "uri": "https://api.kexp.org/v2/plays/2682752/?format=api",
    "airdate": "2020-01-06T07:14:00-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wrestle",
    "track_id": "2db4422a-2a4d-44e5-9789-e10a9e77df21",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Winter of Mixed Drinks",
    "release_id": "8cafe5c1-b19f-414c-9888-160f2faf4687",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}