Information about plays

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

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

{
    "id": 1302675,
    "uri": "https://api.kexp.org/v2/plays/1302675/?format=api",
    "airdate": "2007-11-15T08:21:45-08:00",
    "show": 22789,
    "show_uri": "https://api.kexp.org/v2/shows/22789/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DG5A0GQ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DG5A0GQ6L._SL75_.jpg",
    "song": "Scarlet",
    "track_id": "eb7a432b-725d-49a1-88c9-bf0200578875",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "October",
    "release_id": "cb24eab2-e812-4f25-b4e8-92451fdcdb89",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}