Information about plays

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

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

{
    "id": 2682780,
    "uri": "https://api.kexp.org/v2/plays/2682780/?format=api",
    "airdate": "2020-01-06T08:44:32-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/38b94527-4f9d-49d4-85d3-d449545ceea4/4816907429-250.jpg",
    "thumbnail_uri": "",
    "song": "The Modern Age",
    "track_id": "4d01f13a-447a-3882-879f-dd2aadffbee2",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "38b94527-4f9d-49d4-85d3-d449545ceea4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}