Information about plays

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

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

{
    "id": 1363932,
    "uri": "https://api.kexp.org/v2/plays/1363932/?format=api",
    "airdate": "2008-04-19T00:51:23-07:00",
    "show": 23813,
    "show_uri": "https://api.kexp.org/v2/shows/23813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Really Got Me",
    "track_id": "2eab5966-8ee2-40af-9770-763248ee29ac",
    "recording_id": null,
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "Mott the Hoople",
    "release_id": "ee11357b-9c42-4499-8b28-68d5d78e1353",
    "release_group_id": null,
    "labels": [
        "Hot Air"
    ],
    "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"
}