Information about plays

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

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

{
    "id": 506203,
    "uri": "https://api.kexp.org/v2/plays/506203/?format=api",
    "airdate": "2002-01-12T00:10:00-08:00",
    "show": 8705,
    "show_uri": "https://api.kexp.org/v2/shows/8705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Too Busy",
    "track_id": "cd419b9d-82f7-4d82-92bf-1b7fd84d2ddd",
    "recording_id": null,
    "artist": "Magnet",
    "artist_ids": [
        "4d98f163-5658-4d0d-9e63-c1f7fc8d62fc"
    ],
    "album": "Caffeine Superstar",
    "release_id": "7ecfd30c-a853-45b1-b5b6-9d025559c162",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}