Information about plays

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

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

{
    "id": 343921,
    "uri": "https://api.kexp.org/v2/plays/343921/?format=api",
    "airdate": "2019-06-20T12:45:54-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Photograph",
    "track_id": "ee9ff506-10e3-4e6c-b391-ff1a37853aa4",
    "recording_id": null,
    "artist": "Eagle Seagull",
    "artist_ids": [
        "9c150da0-d136-4e8b-9e86-36a3ee29a819"
    ],
    "album": "Eagle*Seagull",
    "release_id": "7566929d-83cc-4b47-afbf-4f706fdac283",
    "release_group_id": null,
    "labels": [
        "Paper Garden"
    ],
    "label_ids": [
        "935245a0-2e9f-42a3-9893-4fd98e0baf45"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for this song: https://www.youtube.com/watch?v=G9SZG6BuA2o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}