Information about plays

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

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

{
    "id": 1286480,
    "uri": "https://api.kexp.org/v2/plays/1286480/?format=api",
    "airdate": "2007-10-03T09:38:00-07:00",
    "show": 22509,
    "show_uri": "https://api.kexp.org/v2/shows/22509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Losing My Edge",
    "track_id": "4d24770d-8d84-4bfc-9d85-2269142d881e",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Losing My Edge",
    "release_id": "5d1beac6-fc1c-4fc9-9d15-38f456da401e",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2002-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}