Information about plays

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

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

{
    "id": 1379830,
    "uri": "https://api.kexp.org/v2/plays/1379830/?format=api",
    "airdate": "2008-05-29T03:08:38-07:00",
    "show": 24080,
    "show_uri": "https://api.kexp.org/v2/shows/24080/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ys3ISHz5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ys3ISHz5L._SL75_.jpg",
    "song": "World Outside",
    "track_id": "9534f506-9ab9-4612-9555-089c74acd65b",
    "recording_id": null,
    "artist": "Dizzee Rascal",
    "artist_ids": [
        "1a99cc88-aea3-4fe3-96b9-20791667f65f"
    ],
    "album": "Maths + English",
    "release_id": "eda43f24-bcd6-4c54-a240-d216ba9e4859",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}