Information about plays

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

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

{
    "id": 1263432,
    "uri": "https://api.kexp.org/v2/plays/1263432/?format=api",
    "airdate": "2007-08-05T23:19:00-07:00",
    "show": 22125,
    "show_uri": "https://api.kexp.org/v2/shows/22125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apnea",
    "track_id": "5017ab17-4be4-4812-a056-cf2f31086577",
    "recording_id": null,
    "artist": "Marco Carola",
    "artist_ids": [
        "daa683bc-1a8d-48da-be35-864526c444a6"
    ],
    "album": "Apnea",
    "release_id": "6b6bc8ad-da01-479b-b8d7-f73bfc83ceaa",
    "release_group_id": null,
    "labels": [
        "Plus 8 Records Ltd."
    ],
    "label_ids": [
        "f8c842b4-3b25-4fcc-89f9-da08d5d8b7b4"
    ],
    "release_date": "2007-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}