Information about plays

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

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

{
    "id": 346382,
    "uri": "https://api.kexp.org/v2/plays/346382/?format=api",
    "airdate": "2019-06-26T07:49:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Pretends",
    "track_id": "44b8bc5d-e04b-49f9-81f8-dc34d264c023",
    "recording_id": null,
    "artist": "Isaac Delusion",
    "artist_ids": [
        "d6cce8f3-abd5-4e39-89b9-ab10cf813540"
    ],
    "album": "Isaac Delusion",
    "release_id": "cdcf9fc8-4923-4a21-8373-e07e5d307bd2",
    "release_group_id": null,
    "labels": [
        "Cracki Records"
    ],
    "label_ids": [],
    "release_date": "2014-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! Here's the video: https://www.youtube.com/watch?v=q7FStENUVUk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}