Information about plays

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

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

{
    "id": 1284268,
    "uri": "https://api.kexp.org/v2/plays/1284268/?format=api",
    "airdate": "2007-09-27T18:33:01-07:00",
    "show": 22472,
    "show_uri": "https://api.kexp.org/v2/shows/22472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If the Truth Hurts",
    "track_id": "6173aff0-a88b-495f-9bf5-f4e62f7ba226",
    "recording_id": null,
    "artist": "Heather Myles",
    "artist_ids": [
        "11c9cf9f-2575-42ef-8913-d12192121ab9"
    ],
    "album": "Sweet Talk & Good Lies",
    "release_id": "dabf7ba5-2480-4c45-a58e-026b6800673b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}