Information about plays

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

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

{
    "id": 1264644,
    "uri": "https://api.kexp.org/v2/plays/1264644/?format=api",
    "airdate": "2007-08-08T22:30:21-07:00",
    "show": 22144,
    "show_uri": "https://api.kexp.org/v2/shows/22144/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/19728",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/19729",
    "song": "Daytona",
    "track_id": "eb85c0d5-cef6-433b-b96a-4c473f34627c",
    "recording_id": null,
    "artist": "Part Timer",
    "artist_ids": [
        "6a2de671-3413-479b-b403-627cae74a406"
    ],
    "album": "Part Timer",
    "release_id": "263765a1-2be6-436d-ac08-33058fe57738",
    "release_group_id": null,
    "labels": [
        "Baked Goods Records"
    ],
    "label_ids": [
        "c33f329f-70e3-4ec4-bed2-2f6072471927"
    ],
    "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"
}