Information about plays

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

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

{
    "id": 431326,
    "uri": "https://api.kexp.org/v2/plays/431326/?format=api",
    "airdate": "2001-06-04T19:34:17-07:00",
    "show": 7255,
    "show_uri": "https://api.kexp.org/v2/shows/7255/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RH7J6YGHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RH7J6YGHL._SL75_.jpg",
    "song": "Yamina",
    "track_id": "3b019434-b33d-407a-925f-5f603e851537",
    "recording_id": null,
    "artist": "Seba",
    "artist_ids": [
        "ebc2058a-0a01-485a-9cc3-f9dbd1db5716"
    ],
    "album": "Ewa!",
    "release_id": "e219360e-1a7f-48b0-8b3b-7f1b21430cdf",
    "release_group_id": null,
    "labels": [
        "Tinder Records"
    ],
    "label_ids": [
        "3024b6a3-cff6-4ee1-8551-d5f389bc2c7a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}