Information about plays

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

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

{
    "id": 450076,
    "uri": "https://api.kexp.org/v2/plays/450076/?format=api",
    "airdate": "2001-07-29T16:30:00-07:00",
    "show": 7610,
    "show_uri": "https://api.kexp.org/v2/shows/7610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RDFFE9KWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RDFFE9KWL._SL75_.jpg",
    "song": "Pauvre type",
    "track_id": "3c3172f8-d9b3-4c0d-9eaf-de11330841d4",
    "recording_id": null,
    "artist": "Amadou & Mariam",
    "artist_ids": [
        "1fb60b6c-0f4d-42b4-8a5e-de705ec76660"
    ],
    "album": "Sou Ni Tilé",
    "release_id": "c7930c15-c949-450c-8f4c-fba27339e782",
    "release_group_id": null,
    "labels": [
        "Tinder"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}