Information about plays

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

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

{
    "id": 424117,
    "uri": "https://api.kexp.org/v2/plays/424117/?format=api",
    "airdate": "2001-05-13T20:21:25-07:00",
    "show": 7113,
    "show_uri": "https://api.kexp.org/v2/shows/7113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got Me (In Its Spell)",
    "track_id": "cecbd41d-b4df-4d08-b76c-f2c0a522e77b",
    "recording_id": null,
    "artist": "Blue Sonix",
    "artist_ids": [
        "e7cc0e86-6c57-4bf2-9f1c-fbad1a992d23"
    ],
    "album": "Got Me (In Its Spell) / You Need Me",
    "release_id": "6991d695-99dd-4cc7-870b-88774d38f21f",
    "release_group_id": null,
    "labels": [
        "Aquasonic"
    ],
    "label_ids": [
        "d5fc92d6-496a-4853-b163-ea31c84d71ec"
    ],
    "release_date": "2001-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}