Information about plays

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

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

{
    "id": 2670809,
    "uri": "https://api.kexp.org/v2/plays/2670809/?format=api",
    "airdate": "2019-12-09T02:35:22-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/e900179b-89a8-4392-8d70-4d765b695eb6/23657684010-250.jpg",
    "thumbnail_uri": "",
    "song": "Clearest Blue",
    "track_id": "00d392fe-980e-4f9f-8187-3377c52ce5d3",
    "recording_id": null,
    "artist": "CHVRCHΞS",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Every Open Eye",
    "release_id": "e900179b-89a8-4392-8d70-4d765b695eb6",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}