Information about plays

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

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

{
    "id": 423442,
    "uri": "https://api.kexp.org/v2/plays/423442/?format=api",
    "airdate": "2001-05-11T11:36:00-07:00",
    "show": 7096,
    "show_uri": "https://api.kexp.org/v2/shows/7096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gentlemen",
    "track_id": null,
    "recording_id": null,
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Geltlemen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}