Information about plays

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

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

{
    "id": 1308660,
    "uri": "https://api.kexp.org/v2/plays/1308660/?format=api",
    "airdate": "2007-11-30T16:18:27-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Pf-WD35tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Pf-WD35tL._SL75_.jpg",
    "song": "Sirius B",
    "track_id": "1d662a90-af64-42fa-8b6a-661198d72fcb",
    "recording_id": null,
    "artist": "The Heliocentrics",
    "artist_ids": [
        "f221328f-bc6b-40f1-a750-ce11a1321489"
    ],
    "album": "Out There",
    "release_id": "5a9622db-77a8-436d-8ee3-bf7d7d1096f2",
    "release_group_id": null,
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}