Information about plays

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

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

{
    "id": 2675808,
    "uri": "https://api.kexp.org/v2/plays/2675808/?format=api",
    "airdate": "2019-12-20T06:10:25-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/caae6490-8ba4-4b39-8ad9-8913cfd662ba/4281390549-250.jpg",
    "thumbnail_uri": "",
    "song": "Holy Roller (Hallelujah)",
    "track_id": "b1e83276-9992-454a-83fe-2802e527e44c",
    "recording_id": null,
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Evil Friends",
    "release_id": "caae6490-8ba4-4b39-8ad9-8913cfd662ba",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2013-06-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Number 54.  The seventh full-length album by Portland band Portugal. The Man was their first in collaboration with Danger Mouse. It came out in June, 2013.  Here's a review: https://pitchfork.com/reviews/albums/18098-portugal-the-man-evil-friends/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}