Information about plays

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

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

{
    "id": 437948,
    "uri": "https://api.kexp.org/v2/plays/437948/?format=api",
    "airdate": "2001-06-24T02:33:20-07:00",
    "show": 7378,
    "show_uri": "https://api.kexp.org/v2/shows/7378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Triple Mania 1/ S1 T1",
    "track_id": null,
    "recording_id": null,
    "artist": "Crash Worship",
    "artist_ids": [
        "113e40e9-cad2-4ed3-9c68-6736203a5d49"
    ],
    "album": "Triple Mania 2/Whatsoever Thy Hand Findeth Do It With All Thine Might",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alarma"
    ],
    "label_ids": [],
    "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"
}