Information about plays

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

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

{
    "id": 504862,
    "uri": "https://api.kexp.org/v2/plays/504862/?format=api",
    "airdate": "2002-01-08T04:23:00-08:00",
    "show": 8682,
    "show_uri": "https://api.kexp.org/v2/shows/8682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DSMH9x4JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DSMH9x4JL._SL75_.jpg",
    "song": "Breeze...",
    "track_id": "84c34e94-ee3e-47db-8c5c-6109a1b31083",
    "recording_id": null,
    "artist": "Dubtribe Sound System",
    "artist_ids": [
        "1400eb1a-e3b5-4f4c-8e4a-7f3a67bda1dc"
    ],
    "album": "Bryant Street",
    "release_id": "8c8600db-85ec-425d-9044-33a63afc3e68",
    "release_group_id": null,
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}