Information about plays

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

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

{
    "id": 2675774,
    "uri": "https://api.kexp.org/v2/plays/2675774/?format=api",
    "airdate": "2019-12-20T05:06:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Five Years Ahead of My Time",
    "track_id": "8c736069-0370-3d06-90ff-64a343d16644",
    "recording_id": null,
    "artist": "The Third Bardo",
    "artist_ids": [
        "5af0b821-434a-4aaa-a86e-6e3ece713204"
    ],
    "album": "Lose Your Mind",
    "release_id": "ae781f29-02e6-48f6-b164-742483f2c8a8",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}