Information about plays

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

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

{
    "id": 483428,
    "uri": "https://api.kexp.org/v2/plays/483428/?format=api",
    "airdate": "2001-11-04T10:04:00-08:00",
    "show": 8257,
    "show_uri": "https://api.kexp.org/v2/shows/8257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satisfied 'n' Tickled Too",
    "track_id": "dacebd0c-d9d8-4cb4-855c-1b67d9e6b8ed",
    "recording_id": null,
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "An Evening of Acoustic Music",
    "release_id": "de99cef2-157c-4919-8ebf-123922fd9272",
    "release_group_id": null,
    "labels": [
        "Ruf"
    ],
    "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"
}