Information about plays

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

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

{
    "id": 1278380,
    "uri": "https://api.kexp.org/v2/plays/1278380/?format=api",
    "airdate": "2007-09-12T17:21:50-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crossover Appeal",
    "track_id": "16919154-b389-402a-b1e7-685ae36ba63f",
    "recording_id": null,
    "artist": "Guns n' Bombs",
    "artist_ids": [
        "ce81bbd6-e039-46df-9eba-43a1a1298901"
    ],
    "album": "Nothing Is Getting Us Anywhere",
    "release_id": "25cdc2d1-e441-4ad5-84ec-c76841cbd01c",
    "release_group_id": null,
    "labels": [
        "Kitsuné"
    ],
    "label_ids": [
        "59653285-e1c8-40f5-a6a1-fafd543fa8ae"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}