Information about plays

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

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

{
    "id": 463645,
    "uri": "https://api.kexp.org/v2/plays/463645/?format=api",
    "airdate": "2001-09-07T00:30:00-07:00",
    "show": 7873,
    "show_uri": "https://api.kexp.org/v2/shows/7873/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T00PQJJ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T00PQJJ1L._SL75_.jpg",
    "song": "Temptation",
    "track_id": "f93bfb53-3208-4a99-bc20-b4c28ffa8862",
    "recording_id": null,
    "artist": "Enoch Light",
    "artist_ids": [
        "f43dc09d-cec5-4b90-af09-77415c5ac93d"
    ],
    "album": "Provocative Percussion",
    "release_id": "7fb61745-ff97-4921-8dcf-9d74f1763b71",
    "release_group_id": null,
    "labels": [
        "Varese"
    ],
    "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"
}