Information about plays

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

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

{
    "id": 441632,
    "uri": "https://api.kexp.org/v2/plays/441632/?format=api",
    "airdate": "2001-07-04T19:46:57-07:00",
    "show": 7450,
    "show_uri": "https://api.kexp.org/v2/shows/7450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You See Is What You Get",
    "track_id": "a479ef0d-23b2-425b-9393-0cbe59725075",
    "recording_id": null,
    "artist": "The Dramatics",
    "artist_ids": [
        "ab950ad1-3e41-411a-8a84-b0b5f90a62c0"
    ],
    "album": "Stax Gold",
    "release_id": "7bb1aacd-fb6e-4a67-a83c-7f897d5057aa",
    "release_group_id": null,
    "labels": [],
    "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"
}