Information about plays

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

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

{
    "id": 1375543,
    "uri": "https://api.kexp.org/v2/plays/1375543/?format=api",
    "airdate": "2008-05-18T09:15:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL._SL75_.jpg",
    "song": "Get These Blues Off Me",
    "track_id": "2bbcc0da-06a6-49f1-86f0-1d5e13ddb96d",
    "recording_id": null,
    "artist": "T-Bone Walker",
    "artist_ids": [
        "f1a3fb4a-fff6-4556-a290-3704b109da90"
    ],
    "album": "The Complete Imperial Recordings, 1950-1954 (disc 1)",
    "release_id": "15da9a17-6378-4edf-bb58-c79ee90593a1",
    "release_group_id": null,
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "022fe361-596c-43a0-8e22-bad712bb9548"
    ],
    "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"
}