Information about plays

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

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

{
    "id": 1354184,
    "uri": "https://api.kexp.org/v2/plays/1354184/?format=api",
    "airdate": "2008-03-25T18:04:28-07:00",
    "show": 23654,
    "show_uri": "https://api.kexp.org/v2/shows/23654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LzaMlpSPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LzaMlpSPL._SL75_.jpg",
    "song": "Ay de mi primavera",
    "track_id": "c6db47f8-7b45-427b-94c8-54ebeabeeb27",
    "recording_id": null,
    "artist": "Buika",
    "artist_ids": [
        "349076a6-d2e3-4f84-a879-d3f01374a5bf"
    ],
    "album": "Mi niña Lola",
    "release_id": "de5fd484-b57e-4fb9-b4a0-2495018671f1",
    "release_group_id": null,
    "labels": [
        "DRO Atlantic"
    ],
    "label_ids": [
        "c2ccaec8-0dfe-4dd5-a710-bddf5fd7c1a7"
    ],
    "release_date": "2006-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}