Information about plays

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

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

{
    "id": 1391350,
    "uri": "https://api.kexp.org/v2/plays/1391350/?format=api",
    "airdate": "2008-06-29T01:10:17-07:00",
    "show": 24284,
    "show_uri": "https://api.kexp.org/v2/shows/24284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss Fortune",
    "track_id": "ec699df4-97d5-4939-bdfd-ec164e8f8fc5",
    "recording_id": null,
    "artist": "Faust",
    "artist_ids": [
        "0568e321-d42b-4da4-a025-2643c9fc13dd"
    ],
    "album": "Faust",
    "release_id": "8c0ee5b5-a28f-4d16-850f-4da7a9bed3da",
    "release_group_id": null,
    "labels": [
        "Polydor K.K."
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1995-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}