Information about plays

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

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

{
    "id": 415027,
    "uri": "https://api.kexp.org/v2/plays/415027/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Illking",
    "track_id": "8db7d95c-4ce3-4052-b50f-4fd1ab37ab64",
    "recording_id": null,
    "artist": "Mouse on Mars",
    "artist_ids": [
        "4d4f5d92-0589-42fa-bc0e-1bd73e17a2ce"
    ],
    "album": "Idiology",
    "release_id": "8ffb5c25-5b04-43d4-8cdd-975f59959c92",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}