Information about plays

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

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

{
    "id": 532068,
    "uri": "https://api.kexp.org/v2/plays/532068/?format=api",
    "airdate": "2002-03-28T05:21:46-08:00",
    "show": 9210,
    "show_uri": "https://api.kexp.org/v2/shows/9210/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xgq7ylxGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xgq7ylxGL._SL75_.jpg",
    "song": "Find Me, Ruben Olivares",
    "track_id": "3c5f960f-8875-4dbc-adce-952e867ac39d",
    "recording_id": null,
    "artist": "Mark Kozelek",
    "artist_ids": [
        "99f4b23d-3711-4efe-ad71-9572158e234c"
    ],
    "album": "Rock 'n' Roll Singer",
    "release_id": "b214b099-7722-4d1c-8bd9-afc7ec4023a6",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}