Information about plays

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

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

{
    "id": 1316652,
    "uri": "https://api.kexp.org/v2/plays/1316652/?format=api",
    "airdate": "2007-12-20T23:19:08-08:00",
    "show": 23023,
    "show_uri": "https://api.kexp.org/v2/shows/23023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Bp8CuwtTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Bp8CuwtTL._SL75_.jpg",
    "song": "Birds Came out of the Trumpet",
    "track_id": "4f57ef1f-a82e-4c41-b5c8-3b9d55982b24",
    "recording_id": null,
    "artist": "Crescent",
    "artist_ids": [
        "77d76f13-8ad1-485b-98af-3588cdf26111"
    ],
    "album": "Little Waves",
    "release_id": "e6fca87f-3c97-4be4-ac69-2c002ad4a8fb",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "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"
}