Information about plays

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

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

{
    "id": 481921,
    "uri": "https://api.kexp.org/v2/plays/481921/?format=api",
    "airdate": "2001-10-30T22:45:00-08:00",
    "show": 8228,
    "show_uri": "https://api.kexp.org/v2/shows/8228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T2V1TG83L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T2V1TG83L._SL75_.jpg",
    "song": "JR (Just Resting)",
    "track_id": "5bb86e40-ffab-433c-9557-6d257a252483",
    "recording_id": null,
    "artist": "Rockin' Teenage Combo",
    "artist_ids": [
        "73440e39-1a31-4ec3-95fa-a77fe339f097"
    ],
    "album": "Songs From The Smoking Section",
    "release_id": "fb25cd3b-b75d-4aa2-a34e-47c82d6a516e",
    "release_group_id": null,
    "labels": [
        "Endless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}