Information about plays

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

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

{
    "id": 415521,
    "uri": "https://api.kexp.org/v2/plays/415521/?format=api",
    "airdate": "2001-04-17T01:27:41-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catching Butterflies With Hands",
    "track_id": "3be86cc2-d224-4fd1-9215-a57ddcc50091",
    "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"
}