Information about plays

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

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

{
    "id": 2682265,
    "uri": "https://api.kexp.org/v2/plays/2682265/?format=api",
    "airdate": "2020-01-05T00:43:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stellar Catacombs",
    "track_id": "5dcd2b56-2de1-4b79-8c7d-33dc91ef95c1",
    "recording_id": null,
    "artist": "Lunar Mantra",
    "artist_ids": [
        "2a83f0e0-1284-4d6e-9d98-98198751c1ca"
    ],
    "album": "Genesis",
    "release_id": "870d21f6-8c3c-4c6c-9450-9f64a770f0de",
    "release_group_id": null,
    "labels": [
        "Invictus Productions"
    ],
    "label_ids": [],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lunar Mantra released their 2nd EP  titled Psychosomatika digitally in November and physical copies will be available early this year; https://www.facebook.com/LunarMantraEsoteria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}