Information about plays

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

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

{
    "id": 2679584,
    "uri": "https://api.kexp.org/v2/plays/2679584/?format=api",
    "airdate": "2019-12-29T12:37:38-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/42a90f31-1991-4ff2-8126-da95911df365/1127086452-250.jpg",
    "thumbnail_uri": "",
    "song": "Obedear",
    "track_id": "4b0d3d1d-eb42-328a-b079-611e4de8847c",
    "recording_id": null,
    "artist": "Purity Ring",
    "artist_ids": [
        "fdb53441-e5e6-4657-9aad-8dab672e1cdc"
    ],
    "album": "Shrines",
    "release_id": "42a90f31-1991-4ff2-8126-da95911df365",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}