Information about plays

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

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

{
    "id": 2679952,
    "uri": "https://api.kexp.org/v2/plays/2679952/?format=api",
    "airdate": "2019-12-30T12:33:59-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/b49f75f3-bb8e-4c76-b595-10c5be424333/18996636952-250.jpg",
    "thumbnail_uri": "",
    "song": "Edge of Town",
    "track_id": "e01dc98a-1ad6-4d9a-b231-14732a9c0f56",
    "recording_id": null,
    "artist": "Middle Kids",
    "artist_ids": [
        "2c02eece-9832-4850-9150-b0e269f65d8b"
    ],
    "album": "Lost Friends",
    "release_id": "8f08c4fc-1936-482b-8185-dd2c6ecd0a1d",
    "release_group_id": null,
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}