Information about plays

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

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

{
    "id": 375616,
    "uri": "https://api.kexp.org/v2/plays/375616/?format=api",
    "airdate": "2019-09-02T12:43:43-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/7461ca27-65e8-4106-a75e-de068dc3a619/16879969297-250.jpg",
    "thumbnail_uri": "",
    "song": "Us v Them",
    "track_id": "4dee9dbc-bc70-31b8-9ec3-9f8043bc8335",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Sound of Silver",
    "release_id": "7461ca27-65e8-4106-a75e-de068dc3a619",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LCD Soundsystem has a Grammy award for Best Dance Recording for \"Tonite.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}