Information about plays

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

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

{
    "id": 1308375,
    "uri": "https://api.kexp.org/v2/plays/1308375/?format=api",
    "airdate": "2007-11-29T22:26:04-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Urgent/Anxious (Ladytron Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ursula 1000",
    "artist_ids": [
        "75f9a2a2-b76d-490d-8dd2-ab5c172bcd78"
    ],
    "album": "Undressed - Ursula 1000 Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "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"
}