Information about plays

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

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

{
    "id": 1273407,
    "uri": "https://api.kexp.org/v2/plays/1273407/?format=api",
    "airdate": "2007-08-30T23:55:43-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm the Drunk and You're the Star",
    "track_id": "858c53d1-9f3d-4768-9e63-dda039b4c950",
    "recording_id": null,
    "artist": "New Buffalo",
    "artist_ids": [
        "7493f016-7443-4030-a6b3-98b6d6752559"
    ],
    "album": "Somewhere, Anywhere.",
    "release_id": "af5c4ee9-a7d6-4df2-b92b-26a464a07062",
    "release_group_id": null,
    "labels": [
        "Ellipsis Arts..."
    ],
    "label_ids": [
        "08314833-c341-40c3-b178-dcfe763f4923"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}