Information about plays

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

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

{
    "id": 531843,
    "uri": "https://api.kexp.org/v2/plays/531843/?format=api",
    "airdate": "2002-03-27T18:51:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y656WS41L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y656WS41L._SL75_.jpg",
    "song": "Baby Girl, Parts 1 & 2",
    "track_id": "54c6fd48-4e8d-4328-ac04-c9eeee36f874",
    "recording_id": null,
    "artist": "Titus Turner",
    "artist_ids": [
        "682ed507-00c2-4e24-b4ed-97df6b912dec"
    ],
    "album": "Atlantic Blues: Vocalists",
    "release_id": "10004b4a-40f6-4def-8437-197098acc2e4",
    "release_group_id": null,
    "labels": [],
    "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"
}