Information about plays

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

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

{
    "id": 500833,
    "uri": "https://api.kexp.org/v2/plays/500833/?format=api",
    "airdate": "2001-12-27T01:31:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strotha Tynhe",
    "track_id": "61dd76fa-5fd0-4a0e-98b6-9ff0467b9e8b",
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Drukqs (disc 1)",
    "release_id": "facbe59c-6bf7-45c6-bb0c-85aaba8d8670",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-10-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}