Information about plays

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

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

{
    "id": 1338244,
    "uri": "https://api.kexp.org/v2/plays/1338244/?format=api",
    "airdate": "2008-02-13T14:00:55-08:00",
    "show": 23385,
    "show_uri": "https://api.kexp.org/v2/shows/23385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terrarium",
    "track_id": "25a7c239-17c4-4a01-a211-938c5bb1dfe4",
    "recording_id": null,
    "artist": "King Of Prussia",
    "artist_ids": [
        "3dea704f-d934-4c37-b6e4-35e4e180de74"
    ],
    "album": "Save the Scene",
    "release_id": "8b06386d-a5ec-4769-ad41-ea6a3b4b58df",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}