Information about plays

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

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

{
    "id": 2683054,
    "uri": "https://api.kexp.org/v2/plays/2683054/?format=api",
    "airdate": "2020-01-07T01:05:00-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slim’s Return",
    "track_id": "7bc21065-162d-3c65-82b4-66c548cc1dbe",
    "recording_id": null,
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Shades of Blue: Madlib Invades Blue Note",
    "release_id": "8c0935be-266f-485f-b465-c57ab13a67b3",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [],
    "release_date": "2003-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NPR Music Tiny Desk Concert -- Freddie Gibbs and Madlibs: https://www.youtube.com/watch?v=1alXHOMDBN4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}