Information about plays

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

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

{
    "id": 505076,
    "uri": "https://api.kexp.org/v2/plays/505076/?format=api",
    "airdate": "2002-01-08T20:30:00-08:00",
    "show": 8686,
    "show_uri": "https://api.kexp.org/v2/shows/8686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stone Soup",
    "track_id": "c9a7f19d-0b48-45ef-a571-480e48d62852",
    "recording_id": null,
    "artist": "Trance Groove",
    "artist_ids": [
        "344881e4-9e92-4e54-a957-04b1dd1132eb"
    ],
    "album": "Paramount",
    "release_id": "18cf99aa-dec2-40ce-bdc9-c70c2232a41c",
    "release_group_id": null,
    "labels": [
        "intuition"
    ],
    "label_ids": [
        "604acfd3-22a0-4881-90cd-23f28f67019b"
    ],
    "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"
}