Information about plays

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

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

{
    "id": 1391391,
    "uri": "https://api.kexp.org/v2/plays/1391391/?format=api",
    "airdate": "2008-06-29T03:44:33-07:00",
    "show": 24284,
    "show_uri": "https://api.kexp.org/v2/shows/24284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next in Line",
    "track_id": "1c7d5002-39b3-4caf-9e77-27321ceaf7e3",
    "recording_id": null,
    "artist": "Disco Inferno",
    "artist_ids": [
        "a9301bf4-cd9d-41e6-86f1-20463a9d1292"
    ],
    "album": "In Debt",
    "release_id": "adc7b2ea-4470-4ffe-acfb-29edda63368e",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}