Information about plays

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

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

{
    "id": 353898,
    "uri": "https://api.kexp.org/v2/plays/353898/?format=api",
    "airdate": "2019-07-13T15:00:30-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "http://coverartarchive.org/release/4bfe177b-9655-4ab9-b582-b4f9fd462c5b/21224184459-250.jpg",
    "thumbnail_uri": "",
    "song": "The Bar Is Low",
    "track_id": "e84e769d-655c-4856-aa3b-f196af351eac",
    "recording_id": null,
    "artist": "Pissed Jeans",
    "artist_ids": [
        "21762977-5d60-4fdb-a197-9347df3e6b17"
    ],
    "album": "Why Love Now",
    "release_id": "4bfe177b-9655-4ab9-b582-b4f9fd462c5b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feelin' sassy? Me too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}