Information about plays

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

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

{
    "id": 2675525,
    "uri": "https://api.kexp.org/v2/plays/2675525/?format=api",
    "airdate": "2019-12-19T19:52:45-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birmingham",
    "track_id": "c2e8a160-6feb-364e-9b35-09baac568f70",
    "recording_id": null,
    "artist": "Shovels & Rope",
    "artist_ids": [
        "7f426331-11c0-4c66-aec1-719abe5dd86f"
    ],
    "album": "O' Be Joyful",
    "release_id": "f3c01e09-3d27-49ea-9366-ee14fe5e0fb0",
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2012-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://shovelsandrope.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}