Information about plays

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

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

{
    "id": 2679296,
    "uri": "https://api.kexp.org/v2/plays/2679296/?format=api",
    "airdate": "2019-12-28T21:42:11-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Liars",
    "track_id": "0a78be0b-25ae-446b-9d78-5833716f66f2",
    "recording_id": null,
    "artist": "Ausmuteants",
    "artist_ids": [
        "b5480abe-a31b-49ac-a540-2ab024cf5179"
    ],
    "album": "Band of the Future",
    "release_id": "c6826c80-0562-4643-ab38-80152fb57bd4",
    "release_group_id": null,
    "labels": [
        "AARGHT! Records"
    ],
    "label_ids": [
        "0b68a0f1-9f25-43fa-939e-39060513078a"
    ],
    "release_date": "2016-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}