Information about plays

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

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

{
    "id": 379484,
    "uri": "https://api.kexp.org/v2/plays/379484/?format=api",
    "airdate": "2019-09-11T08:48:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Modern Age",
    "track_id": "b75e74b1-2af9-3b2b-9aad-2952a8eb14e8",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "9920c28f-e1a6-36a5-9fb4-31fde24b2c43",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [],
    "release_date": "2001-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Strokes's Albert Hammond Jr performed live in the KEXP studio last year: https://www.youtube.com/watch?v=Wl2EA9wpV8o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}