Information about plays

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

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

{
    "id": 424121,
    "uri": "https://api.kexp.org/v2/plays/424121/?format=api",
    "airdate": "2001-05-13T20:38:34-07:00",
    "show": 7113,
    "show_uri": "https://api.kexp.org/v2/shows/7113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Side Effects (Teebee remix)",
    "track_id": "2094af55-1d5b-462f-b27e-a735fa81ac8a",
    "recording_id": null,
    "artist": "Kraken",
    "artist_ids": [
        "d117771f-0e54-4c72-8653-dc6e5b5600e3"
    ],
    "album": "Clockwork Sampler EP (disc 2)",
    "release_id": "41bac7be-c601-46db-b995-959f3b10fb0a",
    "release_group_id": null,
    "labels": [
        "Underfire"
    ],
    "label_ids": [
        "86ee1c3c-f187-45f9-a232-40f9bd824fc2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}