Information about plays

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

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

{
    "id": 355037,
    "uri": "https://api.kexp.org/v2/plays/355037/?format=api",
    "airdate": "2019-07-16T09:37:02-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Love Lost",
    "track_id": "986d719b-aa44-3864-88f1-9eb4acf70d23",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "All My Friends",
    "release_id": "fb388a7c-eacf-456e-a714-f7259eee294d",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great cover of Joy Division's \"No Love Lost\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}