Information about plays

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

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

{
    "id": 2675541,
    "uri": "https://api.kexp.org/v2/plays/2675541/?format=api",
    "airdate": "2019-12-19T20:44:11-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fc56d78-5d71-4dc1-854d-7e4cb767558c/18327384943-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Me and These Ponies (For Christmas This Year)",
    "track_id": "04acb2db-5b12-44cb-8f85-00e4d407ca26",
    "recording_id": null,
    "artist": "Corb Lund",
    "artist_ids": [
        "2546bbcd-01b9-481f-95e0-81bdd821f823"
    ],
    "album": "An Americana Christmas",
    "release_id": "9fc56d78-5d71-4dc1-854d-7e4cb767558c",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2014-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.corblund.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}