Information about plays

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

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

{
    "id": 424019,
    "uri": "https://api.kexp.org/v2/plays/424019/?format=api",
    "airdate": "2001-05-13T14:27:00-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X6k4cQPYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X6k4cQPYL._SL75_.jpg",
    "song": "Free Love (extended mix)",
    "track_id": "aa213eb0-0943-4eba-89ed-9ddfbf10a4bf",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Exciter",
    "release_id": "bb1a7c97-94b2-454d-aa1b-422296b60f3a",
    "release_group_id": null,
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}