Information about plays

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

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

{
    "id": 452115,
    "uri": "https://api.kexp.org/v2/plays/452115/?format=api",
    "airdate": "2001-08-04T11:21:36-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vQoxEzVUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vQoxEzVUL._SL75_.jpg",
    "song": "Cu-Oonuh",
    "track_id": "7106c99b-e631-4030-b306-d01ac9c9e4bf",
    "recording_id": null,
    "artist": "Reggie Stepper",
    "artist_ids": [
        "c60fda6f-d26a-4992-8ee2-1dcfad3579b4"
    ],
    "album": "Dancehall: The Rise of Jamaican Dancehall Culture (disc 1)",
    "release_id": "cae8d585-2daa-44e2-9c58-12761e6d986c",
    "release_group_id": null,
    "labels": [
        "Techniques"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}