Information about plays

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

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

{
    "id": 414503,
    "uri": "https://api.kexp.org/v2/plays/414503/?format=api",
    "airdate": "2001-03-06T23:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "king of all of the world",
    "track_id": null,
    "recording_id": null,
    "artist": "Old & In The Way",
    "artist_ids": [],
    "album": "Turn the Power On",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}