Information about plays

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

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

{
    "id": 1410343,
    "uri": "https://api.kexp.org/v2/plays/1410343/?format=api",
    "airdate": "2008-08-15T23:03:00-07:00",
    "show": 24602,
    "show_uri": "https://api.kexp.org/v2/shows/24602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like a Rolling Stone",
    "track_id": "93b3a594-b6f8-43f3-bf9c-e9fc5770a47e",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Live at the Monterey Pop Festival",
    "release_id": "4defeea5-e653-47b1-8264-004fca8bb80d",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}