Information about plays

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

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

{
    "id": 1303462,
    "uri": "https://api.kexp.org/v2/plays/1303462/?format=api",
    "airdate": "2007-11-17T09:07:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL._SL75_.jpg",
    "song": "Shining Dub",
    "track_id": "6c900203-4b6f-4aa1-a6b3-41d220a0d5b7",
    "recording_id": null,
    "artist": "Impact All Stars",
    "artist_ids": [
        "7bbc78aa-246d-4047-a04a-453f655275f4"
    ],
    "album": "Forward The Bass: Dub from Randy's 1972-1975",
    "release_id": "4af66b18-3f17-4c08-8387-b52e3079e7f2",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}