Information about plays

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

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

{
    "id": 1233347,
    "uri": "https://api.kexp.org/v2/plays/1233347/?format=api",
    "airdate": "2007-05-20T03:18:35-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51L3jw7J0zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51L3jw7J0zL._SL75_.jpg",
    "song": "Jesus for the Jugular",
    "track_id": "3b40a012-6b05-4520-bbb0-d66b21895311",
    "recording_id": null,
    "artist": "The Veils",
    "artist_ids": [
        "c3bf5aee-646e-4030-9ab4-d1fbd4947a97"
    ],
    "album": "Nux Vomica",
    "release_id": "1268003b-97fb-4541-8433-34e5a4ba4e75",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2006-09-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}