Information about plays

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

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

{
    "id": 1375933,
    "uri": "https://api.kexp.org/v2/plays/1375933/?format=api",
    "airdate": "2008-05-19T07:31:34-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wxEZfqMLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wxEZfqMLL._SL75_.jpg",
    "song": "The Only One",
    "track_id": "54845309-4c98-427c-a018-fec82796e4ba",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "4:13 Dream",
    "release_id": "13ea136b-4ac0-4e5e-ac77-0caca123cc1c",
    "release_group_id": null,
    "labels": [
        "Universal Music Brasil"
    ],
    "label_ids": [
        "5f92caa2-4ada-4cee-9f55-0e53cc183088"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}