Information about plays

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

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

{
    "id": 355486,
    "uri": "https://api.kexp.org/v2/plays/355486/?format=api",
    "airdate": "2019-07-17T06:06:18-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Station Approach",
    "track_id": "758fc3d2-ab51-3c0c-b1c4-61d0fffb9394",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Leaders of the Free World",
    "release_id": "f6b5d3c2-6892-4caf-8eb8-43e8c842f21f",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2005-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first track off Elbow’s second LP Leader’s of the Free World describes that familiar feeling of returning home to the city that you love, documenting singer Guy Garvey’s walk from Piccadilly Station along Station Approach. - https://bit.ly/2NZtvo0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}