Information about plays

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

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

{
    "id": 346260,
    "uri": "https://api.kexp.org/v2/plays/346260/?format=api",
    "airdate": "2019-06-26T01:38:16-07:00",
    "show": 5772,
    "show_uri": "https://api.kexp.org/v2/shows/5772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Hide",
    "track_id": "45bdd042-22eb-3011-85b4-2c82838fd531",
    "recording_id": null,
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Man-Made",
    "release_id": "80f8eef1-6d52-3091-8b6a-02ef45eb6610",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "2005-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Never a bad song from Teenage Fanclub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}