Information about plays

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

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

{
    "id": 492397,
    "uri": "https://api.kexp.org/v2/plays/492397/?format=api",
    "airdate": "2001-12-01T22:00:00-08:00",
    "show": 8439,
    "show_uri": "https://api.kexp.org/v2/shows/8439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Dance With Numbers",
    "track_id": "8683a522-2fa6-4540-a619-1a030649ab0e",
    "recording_id": null,
    "artist": "Girls on Top",
    "artist_ids": [
        "56afed45-bbc1-46e9-887e-2612622e3f7d"
    ],
    "album": "Being Scrubbed",
    "release_id": "3ba6c917-c7f1-4fad-b5e0-f8b8f670bc81",
    "release_group_id": null,
    "labels": [
        "Black Melody"
    ],
    "label_ids": [
        "1e2a8021-24d3-43a0-84b0-3252a05fab81"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}