Information about plays

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

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

{
    "id": 444250,
    "uri": "https://api.kexp.org/v2/plays/444250/?format=api",
    "airdate": "2001-07-12T05:34:17-07:00",
    "show": 7497,
    "show_uri": "https://api.kexp.org/v2/shows/7497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raining Revolution",
    "track_id": null,
    "recording_id": null,
    "artist": "Arrested Devolopment",
    "artist_ids": [],
    "album": "3 Years, 5 Months, and 2 Days in the Life of...",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}