Information about plays

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

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

{
    "id": 1367482,
    "uri": "https://api.kexp.org/v2/plays/1367482/?format=api",
    "airdate": "2008-04-28T03:50:11-07:00",
    "show": 23877,
    "show_uri": "https://api.kexp.org/v2/shows/23877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/613Qd1cxLEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/613Qd1cxLEL._SL75_.jpg",
    "song": "Love IS Stronger Than Death",
    "track_id": null,
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "45 RPM: The Singles of The The",
    "release_id": "19e84156-751c-4d40-b88a-10a2725035f7",
    "release_group_id": null,
    "labels": [
        "Epic.Legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}