Information about plays

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

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

{
    "id": 2680413,
    "uri": "https://api.kexp.org/v2/plays/2680413/?format=api",
    "airdate": "2019-12-31T13:15:33-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f10b5af-3944-4792-8027-05a194477caa/21363772226-250.jpg",
    "thumbnail_uri": "",
    "song": "Walk in the Park",
    "track_id": "fdfdec0b-f087-3750-9b54-7ad88d021778",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Teen Dream",
    "release_id": "2f10b5af-3944-4792-8027-05a194477caa",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Beach House's official video for \"Walk in the Park\": https://www.youtube.com/watch?v=HeaHW-rUsUQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}