Information about plays

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

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

{
    "id": 2679610,
    "uri": "https://api.kexp.org/v2/plays/2679610/?format=api",
    "airdate": "2019-12-29T14:25:07-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/88a01b41-c836-47dc-a71a-6bdc2651cd77/5638889910-250.jpg",
    "thumbnail_uri": "",
    "song": "Exodus",
    "track_id": "4a0013a5-edd7-49df-b899-b8d611e4d11b",
    "recording_id": null,
    "artist": "M.I.A. feat. The Weeknd",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Matangi",
    "release_id": "88a01b41-c836-47dc-a71a-6bdc2651cd77",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2013-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}