Information about plays

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

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

{
    "id": 348524,
    "uri": "https://api.kexp.org/v2/plays/348524/?format=api",
    "airdate": "2019-07-01T06:28:00-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seconds",
    "track_id": "81a5e1ce-7bcc-4bf9-9bcd-9a12aeedd359",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Electric Lady Sessions",
    "release_id": "a65ddec0-cdc5-4f14-a2ad-1896c9c0d875",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Human League cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}