Information about plays

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

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

{
    "id": 533939,
    "uri": "https://api.kexp.org/v2/plays/533939/?format=api",
    "airdate": "2002-04-02T17:46:58-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SNYN82PZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SNYN82PZL._SL75_.jpg",
    "song": "Trans-Europe Express",
    "track_id": "1ebac446-e4d4-4a62-b83d-d65b0337b99a",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Mix",
    "release_id": "76067552-00a6-4778-9bd7-b08271c5cf75",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}