Information about plays

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

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

{
    "id": 345715,
    "uri": "https://api.kexp.org/v2/plays/345715/?format=api",
    "airdate": "2019-06-24T23:39:00-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snails and Lasers for Patricia Highsmith",
    "track_id": "a700a467-35e3-37c9-9e06-7e4a300d65f0",
    "recording_id": null,
    "artist": "Matmos",
    "artist_ids": [
        "46e8a8ee-d2cd-4165-9725-02f72d0027a9"
    ],
    "album": "The Rose Has Teeth in the Mouth of a Beast",
    "release_id": "47e4ac7f-5800-46f9-b9d9-2daca35b24db",
    "release_group_id": null,
    "labels": [
        "UltraPop"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The duos 5th release, a marvelous effort rewarding and surprising with each listen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}