Information about plays

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

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

{
    "id": 417362,
    "uri": "https://api.kexp.org/v2/plays/417362/?format=api",
    "airdate": "2001-04-23T08:56:00-07:00",
    "show": 6970,
    "show_uri": "https://api.kexp.org/v2/shows/6970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New World",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Selma Songs",
    "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"
}