Information about plays

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

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

{
    "id": 2677485,
    "uri": "https://api.kexp.org/v2/plays/2677485/?format=api",
    "airdate": "2019-12-24T08:47:04-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd/18384607805-250.jpg",
    "thumbnail_uri": "",
    "song": "Plimsoll Punks",
    "track_id": "e84e7a72-e01a-4a79-a4e9-cd74f30e65d2",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Antisocialites",
    "release_id": "1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Alvvays perform \"Plimsoll Punks\" live at KEXP: https://www.youtube.com/watch?v=kkoOvLYr0Pk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}