Information about plays

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

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

{
    "id": 461632,
    "uri": "https://api.kexp.org/v2/plays/461632/?format=api",
    "airdate": "2001-08-31T21:37:30-07:00",
    "show": 7835,
    "show_uri": "https://api.kexp.org/v2/shows/7835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510lcqhcxmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510lcqhcxmL._SL75_.jpg",
    "song": "Going to Lebanon",
    "track_id": "b4cc2c50-8ba4-4b25-b211-bdb28a265edc",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Zopilote Machine",
    "release_id": "07133990-91fd-4352-bf3c-0ed20b3dfcca",
    "release_group_id": null,
    "labels": [
        "Ajax"
    ],
    "label_ids": [
        "18990ebb-fe5e-4f2b-929c-24ecc0200d7b"
    ],
    "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"
}