Information about plays

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

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

{
    "id": 1388883,
    "uri": "https://api.kexp.org/v2/plays/1388883/?format=api",
    "airdate": "2008-06-22T22:05:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's the Beat (Shit Robot remix)",
    "track_id": "c083e5e7-cc02-4985-a763-a03bc20ae0d4",
    "recording_id": null,
    "artist": "Simian Mobile Disco",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Sample and Hold (Attack Decay Sustain Release remixed)",
    "release_id": "0355b557-0d09-471b-898d-5e48fe5c3945",
    "release_group_id": null,
    "labels": [
        "Wichita Recordings"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}